What exactly is the difference between a "network provider" and GPS in Android location API? [closed

Posted by alex on Stack Overflow See other posts from Stack Overflow or by alex
Published on 2010-02-15T11:38:17Z Indexed on 2010/05/09 21:48 UTC
Read the original article Hit count: 212

Filed under:
|

The Android API with LocationManager.getProvider(String name) has the option to choose between NETWORK_PROVIDER and GPS_PROVIDER. What should I consider when choosing one for my application?

© Stack Overflow or respective owner

Related posts about java

Related posts about android